

Aspc=0,

// Randomly chose a grainularity/noise offset to source point.
A0="rnd( .0045 )",

// Randomly choose the scale of outflow
A1=".10 + .12",

// Choose a random rotation factor
A2=".003 + rnd( .005 )",


srcR="( .99 - a1 * x * x ) * r - rnd( a0 )",
srcT="theta - a2",

Vers=100
